home *** CD-ROM | disk | FTP | other *** search
- This package has a few differences to Upstream which are not adequately
- reflected in the documentation.
-
- - The standard .scm files are located in /usr/share/festival.
- - DTDs and related files are in /usr/share/sgml/festival.
-
- Feel free to submit patches to me. ;-)
-
-
- If you want to enable the Festival server code, you need to do two
- things:
-
- - Remove or comment the "exit 0" near the beginning of /etc/init.d/festval.
- - Set the 'server_access_list' variable to the host names you want to
- grant access to the server.
-
- Note that this variable holds a regular expression which is matched
- against whatever the client's IP address resolves to (or the address
- itself, if address-to-name resolution fails). For local connections,
- that is the first name in the '127.0.0.1' line of /etc/hosts; it may or
- may not be 'localhost'.
-
- Set 'server_access_list' to NIL if you want to control access by other
- means (e.g., if your firewall filters incoming access to TCP port 1314,
- or whatever you've set the 'server_port' variable to):
-
- (set! 'server_access-list nil)
-
-
- Have fun!
-
- -- Matthias Urlichs <smurf@debian.org>
-
-